home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-08 | 274 b | 20 lines |
- C= CC -I. -I../../CC
- FLAGS= -I. +i -g
- BJ= 5_2.o 5_2a1.o 5_2a2.o 5_2b1.o 5_2b2.o 5_2b3.o 5_2b4.o
-
- ll: 5_2
-
- (OBJ): tree.h tnode.h
-
- _2: $(OBJ)
- $(CC) $(OBJ) -o 5_2
-
- UT= 5_2.out
- MP= 5_2.cmp
-
- _2.out: 5_2 ; 5_2 > 5_2.out
-
- est: all $(OUT) $(CMP)
- cmp 5_2.out 5_2.cmp
- echo tests done
-